home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / shgmdemo.dir / 00080.ls < prev    next >
Encoding:
Text File  |  1995-12-06  |  141 b   |  12 lines

  1. on enterFrame
  2.   if rollOver(7) then
  3.     go("game facts return")
  4.   else
  5.     go("game facts 2")
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.